CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 读 串口数据

搜索资源列表

  1. Advanced-Serial-Write-and-Read

    0下载:
  2. 通过在labview界面中设置串口参数,读写串口数据.转载自www.cpubbs.com- Set parameters of serial port in the interface of labview to reading and writing serial data. From www.cpubbs.com reprinted
  3. 所属分类:Com Port

    • 发布日期:2017-03-25
    • 文件大小:30219
    • 提供者:lujing
  1. WMS

    1下载:
  2. 一个用VB编写基于三菱编程端口与计算机串口数据读写的程序,程序还开发了扫描枪窗口读写程序-A VB prepared based on the Mitsubishi programming ports and computer serial data read and write the program, the program has also developed a scanning gun window to read and write procedures
  3. 所属分类:Communication

    • 发布日期:2017-11-15
    • 文件大小:30024
    • 提供者:pbslq
  1. CSerialComp

    0下载:
  2. linux下,c++类,作用:对串口数据的读写-the under linux, c++ class, role: serial data read and write
  3. 所属分类:Driver develop

    • 发布日期:2017-12-01
    • 文件大小:2997
    • 提供者:
  1. serial

    1下载:
  2. 这是一个在linux下用QT编写简易串口通讯助手的源程序,程序简单易读,可以实现串口端口的选择及串口参数的设置,及接收串口数据以及向串口发送数据,请用qt creator即可-This is a linux written in QT source of simple serial communication assistant, the program is simple and easy to read, you can achieve the selection of the serial
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-03-18
    • 文件大小:6144
    • 提供者:钟路强
  1. Comport4.10

    0下载:
  2. Delphi 串口通信的一个好的控件,控件名称:comport,能很方便读写串口数据。-Delphi serial communication of a good control, control name: comport, can be very convenient to read and write data from serial port.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-14
    • 文件大小:494257
    • 提供者:
  1. PCusb--UARTREADb

    0下载:
  2. 串口通信例程,基于vc6,功能是实现读串口通信数据-Serial communications routines based the vc6, feature to read serial communication data
  3. 所属分类:Communication

    • 发布日期:
    • 文件大小:961412
    • 提供者:longfei
  1. MiniFlight

    3下载:
  2. 我为飞控写的vb.net电脑端上位机,实现串口数据读写、飞机图片旋转显示姿态,没有数据处理,需要根据具体通信协议添加。-I write for the flight control the vb.net PC host computer, the serial data read and write, the airplane image rotating display posture, data processing, need to add a specific communication
  3. 所属分类:.net

    • 发布日期:2017-11-25
    • 文件大小:11395072
    • 提供者:fengyiyu
  1. gaojichuankouduxiechengxu

    0下载:
  2. 高级串口读写程序,可以实现串口数据的读写-Advanced Serial literacy program
  3. 所属分类:LabView

    • 发布日期:2017-11-27
    • 文件大小:24493
    • 提供者:颜文旦
  1. SerialDemo

    0下载:
  2. 一个很实用的串口调试类,有demo CSerialIO实现一个对串口读写的类,有一个线程负责处理对串口数据的读写,只需要简单调用CSerialIO提供的API就可以侦听串口的数据。-A very practical serial debugging classes, there are demo CSerialIO implement a class to read and write to the serial port, there is a thread to handle read an
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:33481
    • 提供者:宁良伟
  1. AccessPort133

    0下载:
  2. 串口数据流监控软件,能监控到计算机设备串口下发数据以及读到的数据流-Serial data stream monitoring software can monitor the device to a computer and send data down the serial data stream read
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:389174
    • 提供者:ef
  1. Serial-port-tools

    0下载:
  2. 串口工具,用于串口数据的读写、安装调试等。-Serial port tools,For the serial read and write data, installation and commissioning etc。
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:355906
    • 提供者:刘峰
  1. SerialPort

    1下载:
  2. * Function: 串口的打开、关闭、数据发送 以及 自动接收 (1)采用【事件驱动】的方式,即当缓冲区接收到数据的时候,【自动执行接收数据】,有效的节省系统资源,提高执行效率。 原理:建立一个事件线程,它监视串口的事件和错误信息。当有事件或错误发生时,它主动向【主线程】发送一个Windows消息。主线程在消息相应函数中处理已发生的事件或错误。 (2)采用“异步方式”读串口,耗时的读数据在单独的线程中进行。 (3)编程步骤:定义全局变量、创建串口、开启事件线程、发送数据、自定
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:6900
    • 提供者:Sun Jin
  1. SerialPort

    0下载:
  2. 串口调试,串口数据读文件发送,串口收数并保存为文件,二进制十六进制转换-serial port
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-15
    • 文件大小:5557
    • 提供者:安安
  1. SerialcomDemo

    0下载:
  2. qt 5 使用系统自带串口类库,进行串口数据操作。 已经实现串口读写基本功能。-qt 5 use the system comes with serial libraries, for serial data manipulation. Serial read and write basic function has been achieved.
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1298966
    • 提供者:罗润鹏
  1. commRecorder

    0下载:
  2. 一个串口数据记录器,把接收到的串口记录成文件。 封装了一个C#的串口类。 C#的INI文件读写类。-c# serial recorder,Comm Class,ini file operator
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:52976
    • 提供者:yangshifeng
  1. akfmdjzr

    0下载:
  2. matlab访问串口的程序,包括:打开、关闭和清除串口对象;读串口、写串口;串口的wAxzFSp数据流控制;还包括:怎么用matlab发送手机短信的nPDMteb例程;这是学习matlab访问系统硬件的原理。-Matlab serial access program, including: open, close, and clear the serial port object reading the serial port, serial port write serial wAxzFS
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6096
    • 提供者:efncyi
  1. bczfmkbu

    0下载:
  2. matlab访问串口的程序,包括:打开、关闭和清除串口对象;读串口、写串口;串口的NuPEoxZ数据流控制;还包括:怎么用matlab发送手机短信的BKdgyJs例程;这是学习matlab访问系统硬件的原理。-Matlab serial access program, including: open, close, and clear the serial port object reading the serial port, serial port write serial NuPEox
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6604
    • 提供者:bvstby
  1. bdyrbcay

    0下载:
  2. matlab访问串口的程序,包括:打开、关闭和清除串口对象;读串口、写串口;串口的PKQkFzM数据流控制;还包括:怎么用matlab发送手机短信的icZVLlv例程;这是学习matlab访问系统硬件的原理。-Matlab serial access program, including: open, close, and clear the serial port object reading the serial port, serial port write serial PKQkFz
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6596
    • 提供者:gyuixy
  1. canrhmui

    0下载:
  2. matlab访问串口的程序,包括:打开、关闭和清除串口对象;读串口、写串口;串口的MozRbUQ数据流控制;还包括:怎么用matlab发送手机短信的WmjFzAN例程;这是学习matlab访问系统硬件的原理。-Matlab serial access program, including: open, close, and clear the serial port object reading the serial port, serial port write serial MozRbU
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:7817
    • 提供者:pskjnm
  1. ccezkfvx

    0下载:
  2. matlab访问串口的程序,包括:打开、关闭和清除串口对象;读串口、写串口;串口的DAwCZJl数据流控制;还包括:怎么用matlab发送手机短信的BUvDvLY例程;这是学习matlab访问系统硬件的原理。-Matlab serial access program, including: open, close, and clear the serial port object reading the serial port, serial port write serial DAwCZJ
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7539
    • 提供者:iimjun
« 1 2 3 4 5 67 8 9 10 11 ... 20 »
搜珍网 www.dssz.com